adTempus API
PreviousUpNext
IEngine::GetJobCheckpoint Method

Gets the checkpoint for an executing job instance.

C++
HRESULT GetJobCheckpoint(BSTR instanceOID, [out,retval] BSTR* checkpoint);
C#
GetJobCheckpoint(String instanceOID, [out,retval] BSTR checkpoint);
Visual Basic
Sub GetJobCheckpoint(instanceOID As String, checkpoint As [out,retval] BSTR)
Parameters 
Description 
[in] BSTR instanceOID 
The instance ID of the executing instance. Set to the value of the ADJobInstance environment variable. 
[out,retval] BSTR* checkpoint 
The current value of the application-defined checkpoint. 
adTempus API Reference version 3.0.0.0, revised 10/30/2008